home *** CD-ROM | disk | FTP | other *** search
-
-
-
- tmpfile C Library Procedures tmpfile
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- tmpfile - Create a temporary file
-
- SSYYNNOOPPSSIISS
- iinncclluuddee <<ssttddiioo..hh>>
-
- FFIILLEE **
- ttmmppffiillee(())
-
- __________________________________________________________________________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- This procedure creates and opens a temporary file. The file
- will be removed when it is closed or when the process exits.
- The return value from ttmmppffiillee is a pointer to the opened
- stream, which may be used for performing I/O to and from the
- file. If an error occurred in opening the file, NNUULLLL is
- returned.
-
- KKEEYYWWOORRDDSS
- file, open, temporary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: December 1, 1990 1
-
-
-
-